JavaScript

A5.Buttonrefresh Method

Syntax

A5.Button.refresh([buttons])

Arguments

buttonsstringelementarray

The specific BUTTON elements to refresh.

Description

Refresh some or all of the BUTTON elements bound to the A5.Button control.

Example

// assume "saveButton" is an A5.Button
saveButton.html = 'Cadw' // "save" translated to Welsh
saveButton.refresh();